
@media(min-width: 993px) {

	body {
		padding-top: 80px;
	}
	header {
	    position: fixed;
	    top: 0;
	    left: 0;
	    right: 0;
	    z-index: 9999;
	}
	header.scrolled .logo img {
	    max-width: 120px;
	}
	header.scrolled .menu-right {
	    padding-top: 5px;
	}
	header.scrolled {
	    box-shadow: 1px 1px 5px #c7c7c7;
	}

	
	html{
	    height: 100%;
	}
	body{
	    padding-bottom: 300px;
	    position: relative;
	    margin: 0;
	    min-height: 100%;
	}
	footer {
	    margin: 0;
	    position: absolute;
	    right: 0;
	    bottom: 0;
	    left: 0;
	}

}	



@media(max-width: 1200px) {
	.services-list-inline ul,
	.services-list-section ul {
	    -webkit-column-count: 3;
	    -moz-column-count: 3;
	    column-count: 3;
	}


}


@media(max-width: 993px) {

	.hp-top-video .text-overlay h1 {
	    font-size: 40px;
	}
	.hp-top-video .text-overlay h3 {
	    font-size: 25px;
	}

	h1 {
	    font-size: 40px;
	}
	h2 {
	    font-size: 30px;
	}
	h3 {
	    font-size: 25px;
	}

	.div-half {
	    width: 100%;
	    float: none;
	    margin-right: 0;
	    padding-right: 0;
	    margin-bottom: 10px;
	}

	.form-quote h4 {
	    font-size: 22px;
	}

	.text-section {
	    padding: 20px 0;
	}
	.services-list .item h4 {
	    font-size: 18px;
	}

	.wide-logos .logos .item img {
	    max-width: 150px;
	}

	footer p {
	    font-size: 16px;
	}

	.services-list-inline ul,
	.services-list-section ul {
	    -webkit-column-count: 2;
	    -moz-column-count: 2;
	    column-count: 2;
	}

	.yacht-tabs {
	    margin-top: 20px;
	}
	.video-half, .half-video {
	    width: 100%;
	    float: none;
	    margin-right: 0;
	    padding-right: 0;
	    margin-bottom: 10px;
	}

	.sitemap-section .links a {
	    font-size: 16px;
	    width: 33%;
	}

	ul.two li {
	    width: 100%;
	    float: none;
	    padding-right: 0px;
	}
	ul.four li,
	ul.three li {
	    width: 50%;
	}

	.service-text {
		margin-top: 30px;
	}

	.text-section.grey-bg.slider3-section {
	    padding: 30px 0;
	    text-align: center;
	}
	.grey-bg.slider3-section h2 {
		text-align: center;
	}
	.grey-bg.slider3-section .col-md-6 {
		margin-bottom: 20px;
	}
	

}



@media(max-width: 767px) {
	
	header {
		padding: 5px 0;
	}
	header .logo img {
	    max-width: 130px;
	}
	header .menu-right {
	    padding-top: 13px;
	}
	header .menu-right .phone {
	    padding-top: 5px;
	    margin-right: 15px;
	}
	header .menu-right .phone a {
	    font-size: 18px;
	}
	header .menu-right .open-menu {
	    margin-top: 0;
	}
	header .menu-right .book-btn {
		display: none;
	}

	.image-half, .img-half, .half-img, .half-image {
	    width: 100%;
	    float: none;
	    margin-right: 0;
	    padding-right: 0;
	    margin-bottom: 10px;
	}

	.form-quote {
	    padding: 15px;
	    border-radius: 0;
	    margin-top: 30px;
	}
	.form-quote h4 {
	    font-size: 20px;
	}
	

	.hp-top-video .color-overlay {
		display: none;
	}
	.hp-top-video .text-overlay {
	    position: relative;
	    top: auto;
	    bottom: auto;
	    left: auto;
	    right: auto;
	    padding: 20px 0;
	    display: block;
	    background: none;
	}
	.hp-top-video .text-overlay h3 {
	    font-size: 20px;
	    color: #212121;
        margin: 10px 0;
	}
	.hp-top-video .text-overlay h1 {
	    font-size: 30px;
	    color: #212121;
	}

	h1 {
	    font-size: 30px;
	}
	h2 {
	    font-size: 25px;
	    margin: 20px 0;
	}
	h3 {
	    font-size: 22px;
	    margin: 15px 0;
	}
	h4 {
	    font-size: 20px;
	}

	p, li {
	    font-size: 16px;
	}

	.text-section {
	    padding: 20px 0;
	}

	.pb100 {
	    padding-bottom: 50px;
	}

	header .menu {
		width: 270px;
	}

	footer {
		padding: 10px 0;
	}
	footer p {
	    font-size: 15px;
	}
	footer .social-media a {
	    font-size: 20px;
	    margin: 8px;
	}
	footer .newsletter h4 {
	    font-size: 17px;
	}
	footer .newsletter form input {
	    display: block;
	    float: none;
	    margin: 0;
	    margin-bottom: 10px;
	    font-size: 16px;
	    width: 300px;
	    height: 40px;
	}
	footer .newsletter form button {
	    display: block;
	    width: 300px;
	    height: 40px;
	}

	.wide-logos .logos .item {
	    margin: 5px;
	}
	.wide-logos .logos .item img {
	    max-width: 120px;
	}

	.services-list-inline ul,
	.services-list-section ul {
	    -webkit-column-count: 1;
	    -moz-column-count: 1;
	    column-count: 1;
	    -webkit-column-gap: 0px; 
	    -moz-column-gap: 0px;
	    column-gap: 0px;
	}

	.yachts-list .item {
    	max-width: 500px;
        margin-bottom: 20px;
	}

	.general-accordion .panel-heading .panel-title a {
	    font-size: 17px;
	    padding: 10px;
	}

	.youtube-play-button .play-button {
	    width: 60px;
	    height: 40px; 
	}

	.why-choose .col {
	    margin-top: 10px;
	    margin-bottom: 10px;
	}
	.why-choose .col .icon img {
        max-width: 80px;
	}
	.why-choose .col h3 {
	    font-size: 20px;
	    margin: 0px 0 10px;
	}

	.hp-image-slider {
	    margin-top: 30px;
	}

	.sitemap-section {
	    margin-bottom: 30px;
	}
	.sitemap-section .links a {
	    font-size: 15px;
	    padding: 5px 0;
	    width: 100%;
	    float: none;
	    display: inline-block;
	}
	ul.four li,
	ul.three li {
	    width: 100%;
	    float: none;
	    padding-right: 0px;
	}

	.buttons-center {
		margin-top: 0;
	}
	.default-button {
		font-size: 15px;
	}
	.buttons-center a {
		font-size: 15px;
		margin: 5px;
	}

	.yacht-banner-top {
		padding: 10px;
	}
	.yacht-banner-top .yacht-services .item a {
	    font-size: 16px;
	}
	.service-banner-top {
	    padding: 20px 10px;
	}

	.content-contact {
	    padding-bottom: 50px;
	}
	.hp-section1 p.big-quote {
	    font-size: 17px;
	}

}


@media(max-width: 450px) {

	header .menu-right .open-menu i {
	    font-size: 30px;
	}
	header .menu-right .phone a {
	    font-size: 17px;
	}
	header .menu ul li {
		font-size: 15px;
	}

	ol, ul {
	    padding-left: 20px;
	}

    h1 {
        font-size: 27px;
    }
    h2 {
        font-size: 22px;
    }
	h3 {
        font-size: 20px;
    }
	h4 {
	    font-size: 18px;
	}

    .hp-top-video .text-overlay h1 {
        font-size: 25px;
    }

	form.request-quote-form .col-xs-6, 
	form.request-quote-form .col-xs-12 {
	    width: 100%;
	}

	.featured-yachts .item .text .name {
	    font-size: 20px;
	}

	.yacht-categories .item {
	    padding-right: 5px;
	    padding-left: 5px;
	}
	.yacht-categories .item .text {
		padding: 10px 5px;
	}
	.yacht-categories .item .text .name {
	    font-size: 16px;
	}

	.services-list .item {
	    margin: 15px 0 20px;
	    width: 100%;
	}
	.services-list .item .image {
	    max-width: 300px;
	    margin: auto;
	}

	.yachts-list .item .text h4 {
	    font-size: 18px;
	}

	.services-list-inline h3,
	.services-list-section h3 {
	    font-size: 20px;
	}

	form.request-quote-form input {
	    height: 40px;
	    padding: 10px;
	    font-size: 16px;
	}
	form.request-quote-form label {
	    font-size: 14px;
	}
	
	.contact-form {
	    margin-bottom: 0;
	}
	.contact-form label {
	    font-size: 14px;
	}
	.contact-form input,
	.contact-form .form-group textarea {
		font-size: 16px;
	}

	.why-choose .col p {
	    font-size: 15px;
	}

	.service-top-gallery .carousel-control span {
	    top: 30%;
	}

}





























































